-
Notifications
You must be signed in to change notification settings - Fork 699
[DEN-2026] init denver 2026 event #15503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
themightymuppet
commented
Sep 24, 2025
- updates DEN-2025 event to mark it as completed and remove inactive links like registration.
- inits DEN-2026 event from the new-event script, includes CFP submission link and new sponsor deck direct download.
- Organizers are changing again this year. We expect to have new folks join but many are stepping out this year.
✅ Deploy Preview for devopsdays-web ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
hi! bumping this PR. I sent over the updated list of organizers to [email protected] -- please let me know if i'm missing some other step! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Core work complete; one note about your propose link on the main page.
<strong>Propose</strong> | ||
</div> | ||
<div class = "col-md-8"> | ||
{{< event_link page="propose" text="Submit your talk today!" >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI that this link points to the Markdown page that I commented on above. If that's intentional, you can ignore this, but if not, change it like this to point directly to Pretalx:
{{< event_link page="propose" text="Submit your talk today!" >}} | |
{{< event_link url-key="cfp_link" text="Submit your talk today!" >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this!